home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / term / term_4_3a_Ptch.lha / Patch-4.3a.notes next >
Text File  |  1995-03-21  |  3KB  |  80 lines

  1. `term' v4.3a update
  2. ===================
  3. This patch addresses a number of problems in `term' v4.3, namely:
  4.  
  5. - Fixed yet another bug in the darn review buffer code. I guess this won't fix
  6.   them all. Has anybody seen the review buffer lockup bug yet and can tell me
  7.   how to reproduce it?
  8.  
  9. - Nonzero background colours no longer spell trouble when scrolling, refreshing
  10.   and mucking with the terminal display. Actually, a lot was broken in this
  11.   area, partly owing to the fact that pen storage variables were actually seven
  12.   bits signed only. With palette sharing on 256 colour screens pen numbers could
  13.   end up on the negative side and wreak havoc on the code that would try to
  14.   `economize' on bitplanes when scrolling. Talk about historic code...
  15.  
  16. - `term' now uses the "official" way to determine if there are any visitor
  17.   windows open on its very own public screen. Thanks go to Stefan Becker who
  18.   pointed this out.
  19.  
  20. - Went through all invocations of the MsgQueue routines and cleaned things up
  21.   a bit so no signals are used twice. Perhaps this is what caused all the
  22.   nasty lock-ups, in particular concerning the review buffer.
  23.  
  24. - Some of the text editing fields had the maximum number of chars they should
  25.   be able to hold set to 0.
  26.  
  27. - The weird screen left edge snap is finally fixed (Sigh!).
  28.  
  29. - The hotkey panel text editing fields now automatically translate your
  30.   keyboard input into hotkey specifiers. If you don't like this feature,
  31.   press the caps lock key; this will allow you to edit the field contents
  32.   as usual.
  33.  
  34. - Recompiled the program using SAS/C 6.55.
  35.  
  36.  
  37. What's in the archive?
  38. ======================
  39. The following files should be included in this archive:
  40.  
  41. term43a030.pch      Patch to update `term' v4.3 (030 version)
  42. term43a030.pch.sig  PGP signature for term43a030.pch
  43. term43a68k.pch      Patch to update `term' v4.3 (generic version)
  44. term43a68k.pch.sig  PGP signature for term43a68k.pch
  45. Patch-4.3a.notes    The file you are currently reading
  46. spatch              Tool to apply the patch
  47. Update-term4.3      Installer script to apply the patch
  48.  
  49.  
  50. How to apply this patch?
  51. ========================
  52. Just use the supplied installer script, it will do all the messy work
  53. for you which involves deciding with program type you are using (either
  54. the 030 version or the generic version), making a backup copy of the
  55. old program and last but not least applying the patch.
  56.  
  57.  
  58. Famous last words
  59. =================
  60. This patch file was created using the "scompare" SAS Binary File
  61. Compare Program V6.50 which is copyright © 1992-1993 SAS Institute,
  62. Inc. The "spatch" SAS Binary File Patcher V6.50 is copyright © 1992
  63. SAS Institute, Inc.
  64.  
  65.  
  66. If you don't trust this patch file, you can request a patch file
  67. directly from me either on disk (don't forget to include money to
  68. cover the postage) or via eMail.
  69.  
  70. My mail address is:
  71.  
  72.     Olaf Barthel
  73.     Brabeckstrasse 35
  74.     D-30559 Hannover
  75.     Federal Republic of Germany
  76.  
  77. My eMail address is:
  78.  
  79.     olsen@sourcery.han.de
  80.